text/template/parse.Tree.funcs (field)

7 uses

	text/template/parse (current package)
		parse.go#L27: 	funcs      []map[string]any
		parse.go#L134: 		funcs: funcs,
		parse.go#L225: 	t.funcs = funcs
		parse.go#L235: 	t.funcs = nil
		parse.go#L307: 				newT.startParse(t.funcs, t.lex, t.treeSet)
		parse.go#L613: 	block.startParse(t.funcs, t.lex, t.treeSet)
		parse.go#L768: 	for _, funcMap := range t.funcs {